home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 108 / MacAddict108.iso / Software / Internet & Communication / WordPress 1.5.1.dmg / wordpress / wp-content / themes / default / 404.php next >
Encoding:
PHP Script  |  2005-01-04  |  171 b   |  11 lines

  1. <?php get_header(); ?>
  2.  
  3.     <div id="content" class="narrowcolumn">
  4.  
  5.         <h2 class="center">Error 404 - Not Found</h2>
  6.  
  7.     </div>
  8.  
  9. <?php get_sidebar(); ?>
  10.  
  11. <?php get_footer(); ?>